![]() |
![]() |
![]() |
|
GET TIME$
This command will return the current clock time as a formatted string.
Return String=GET TIME$()
The return value is a string.
The string contains the time in the format HH:MM:SS. HH indicating the current hour number 00-23, MM indicating the current minute number 00-59 and SS indicating the current second number 00-59.
PRINT GET TIME$()
|